home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / ddj9304.zip / OS2WPS.ZIP / SPREAD.MAK < prev    next >
Text File  |  1992-10-22  |  211b  |  11 lines

  1.  
  2. spread.exe:     spread.obj spread.res
  3.    link386 /co spread $(lflags),,,,spread.def
  4.    rc spread.res
  5.  
  6. spread.obj:   spread.c
  7.    icc /Ss /Ti /Kb /C spread.c
  8.  
  9. spread.res:   spread.rc
  10.   rc -r spread.rc
  11.